Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Distributed Processes samples #24

Merged
merged 7 commits into from
Jul 9, 2022
Merged

Conversation

oskardudycz
Copy link
Owner

@oskardudycz oskardudycz commented Jul 7, 2022

Shows how to handle distributed processes in Event Sourcing in practice. Explains various use cases, like:

  • batch processing,
  • saga vs process managers,
  • distributed processes in the single module and across boundaries,
  • internal vs external events,
  • compensating failures,
  • implementation of command and event bus in EventStoreDB.

Fixes: #10.

TODO:
Currently distributed processes samples have the basic building blocks set up. Yet, they're not finished and not connected together. This needs to be done, as for sure there are missing pieces and bugs that should be fixed. Tests should be added to verify the basic building blocks. This will be handled in the separate PR and issue, see: #27.

@oskardudycz oskardudycz force-pushed the distributed_processes branch from 9c3c8fc to ccc91f9 Compare July 8, 2022 20:44
@oskardudycz oskardudycz changed the title Added initial code structure for distributed process example. Added Distributed Processes samples Jul 9, 2022
@oskardudycz oskardudycz marked this pull request as ready for review July 9, 2022 08:49
@oskardudycz oskardudycz force-pushed the distributed_processes branch from 1219645 to caabe41 Compare July 9, 2022 08:51
@oskardudycz oskardudycz merged commit deabf52 into main Jul 9, 2022
@oskardudycz oskardudycz deleted the distributed_processes branch July 9, 2022 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to add multiple products at once
1 participant